home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / rabir200.zip / RABIRTH.CFG < prev    next >
Text File  |  1993-01-15  |  7KB  |  252 lines

  1. ;
  2. ; RABIRTH 2.00 Configuration File
  3. ;
  4. ; Lines beginning with semicolons are comments and are ignored!
  5. ;
  6. ; For the humour impaired, " :-) " is a smiley face and implies humour,
  7. ; sarcasm, etc.
  8. ;
  9. ; General section
  10. ;
  11. ; Sysop defines the name of the sysop, ie YOU!
  12. ;
  13. Sysop           Hamish Moffatt
  14. ;
  15. ; Rego sets your registration number. 0 = unregistered.
  16. ;
  17. Rego            0
  18. ;
  19. ; RAPath sets the path to the RemoteAccess USERS.BBS/USERSXI.BBS and
  20. ; MSG*.BBS files. Normally your message base directory.
  21. ;
  22. RAPath          C:\RA
  23. ;
  24. ; RAText sets the path to your RemoteAccess Text files directory.
  25. ;
  26. RAText          C:\RA\TEXT
  27. ;
  28. ; RALog defines the filename of your RemoteAccess (RABIRTH) log.
  29. ;
  30. RALog           C:\RA\RA.LOG
  31. ;
  32. ; Opuslog (no parameters) tells RABIRTH to write your log Opus style
  33. ;
  34. ;OpusLog
  35. ;
  36. ; FrodoLog (no parameters) tells RABIRTH to write your log FrontDoor style
  37. ;
  38. FrodoLog
  39. ;
  40. ;
  41. ; Bulletins section
  42. ;
  43. ; Path names are no longer required in front of bulletin filenames.
  44. ; Do NOT include paths!
  45. ;
  46. ; ASCFull ASCII  \
  47. ; ANSFull ANSI    > List of all users and their birthdays.
  48. ; AVTFull AVATAR /
  49. ;
  50. ; If you do not want a bulletin comment out the line (insert a semicolon
  51. ; at the start of the line)!
  52. ;
  53. ASCFull         bdaylist.asc
  54. ANSFull         bdaylist.ans
  55. AVTFull         bdaylist.avt
  56. ;
  57. ; ASCMonth ASCII  \
  58. ; ANSMonth ANSI    > List of all users with birthdays this month.
  59. ; AVTMonth AVATAR /
  60. ;
  61. ASCMonth        monthbir.asc
  62. ANSMonth        monthbir.ans
  63. AVTMonth        monthbir.avt
  64. ;
  65. ; ASCToday ASCII  \
  66. ; ANSToday ANSI    > List of birthdays Today, Tomorrow and Yesterday.
  67. ; AVTToday AVATAR /
  68. ;
  69. ASCToday        tdbirth.asc
  70. ANSToday        tdbirth.ans
  71. AVTToday        tdbirth.avt
  72. ;
  73. ;
  74. ; Message posting section
  75. ;
  76. ; MsgBoard defines the board to post the messages in (1-200 valid)
  77. ;
  78. MsgBoard        1
  79. ;
  80. ; MsgText defines the filename of text file to post (macros supported, see
  81. ; RABIRTH.DOC)
  82. ;
  83. MsgText         RABIRTH.TXT
  84. ;
  85. ; MsgName defines the name to post the message from if not your real name.
  86. ; You may put your handle here or leave it out.
  87. ;
  88. MsgName         Hamish Moffatt
  89. ;
  90. ;
  91. ; NetMailDir defines the directory where your netmail is stored. This
  92. ; will be used if RABIRTH sends netmail to anyone.
  93. ;
  94. NetMailDir      c:\fd\mail
  95. ;
  96. ; AddrZone, AddrNet, AddrNode, and AddrPoint define the network
  97. ; address to use on outbound mail [ie your address].
  98. ;
  99. AddrZone        3
  100. AddrNet         635
  101. AddrNode        552
  102. AddrPoint       0
  103. ;
  104. ; (the above makes 3:635/552.0)
  105. ;
  106. ; UUCPGate defines the address of the nearest UUCP gateway
  107. ; Used when sending Internet mail to anyone.
  108. ;
  109. UUCPZone        3
  110. UUCPNet         635
  111. UUCPNode        552
  112. UUCPPoint       2
  113. ;
  114. ; (the above makes 3:635/552.2) Suggestions: 1:105/42 (for the US, if you
  115. ; don't know a closer gateway), 3:632/400 (Australia), or 3:635/552.2
  116. ; (my own gateway, which will give me a warm feeling. :-)
  117. ;
  118. ;
  119. ; Colours section (note: Colours with a 'U', Americans! :-)
  120. ;
  121. ;          Colour Table (numbers only please!)
  122. ;
  123. ;        Foreground     +       Background         + 128 for blink
  124. ;        0 Black                0 Black
  125. ;        1 Blue                16 Blue
  126. ;        2 Green               32 Green
  127. ;        3 Cyan                48 Cyan
  128. ;        4 Red                 64 Red
  129. ;        5 Magenta             80 Magenta
  130. ;        6 Brown               96 Brown
  131. ;        7 White              112 White
  132. ;        8 Grey
  133. ;        9 Hi blue
  134. ;       10 Hi green
  135. ;       11 Hi cyan
  136. ;       12 Hi red
  137. ;       13 Hi magenta
  138. ;       14 Hi brown (yellow)
  139. ;       15 Hi white
  140. ;
  141. ; EG: Bright (Hi) white foreground on a blue background = 17
  142. ;     Blue blinking foreground on a red background      = 183
  143. ;
  144. ; Keywords:             Colour of (monthly and full lists):
  145. ;
  146. ; Col_Full_Title        Title
  147. ; eg Users' Birthdays Listing
  148. ;
  149. ; Col_Full_Header       Column Headers
  150. ; eg Name                               Birthday
  151. ;
  152. ; Col_Full_Names        Users' names
  153. ; eg Hamish Moffatt
  154. ;
  155. ; Col_Full_Dates        Dates
  156. ; eg 15 December
  157. ;
  158. ; Col_Full_PETC         "Press enter to continue" prompt
  159. ; eg Press enter to contiue
  160. ;
  161. ; Col_Month_Today       "Today!" indicator (monthly list only)
  162. ; eg Today!             (for users with birthdays when RABIRTH was run)
  163. ;
  164. Col_Full_Title  010
  165. Col_Full_Header 012
  166. Col_Full_Names  015
  167. Col_Full_Dates  009
  168. Col_Full_PETC   014
  169. Col_Month_Today 140
  170. ;
  171. ; Keywords:             Colour of (in today/yesterday/tomorrow's list):
  172. ;
  173. ; Col_Today_Title       "The following users are celebrating birthdays today:"
  174. ;
  175. ; Col_Today_Names       Names of users
  176. ; eg Hamish Moffatt
  177. ;
  178. ; Col_Today_Summ        "There are x users celebrating birthdays today"
  179. ;
  180. Col_Today_Title 015
  181. Col_Today_Names 012
  182. Col_Today_Summ  010
  183. ;
  184. ;
  185. ; Toggles Section
  186. ;
  187. ; (These take no parameters - just put the keyword on a line by itself!)
  188. ;
  189. ; Yesterday defines whether yesterday's birthdays are included in the
  190. ; today/yesterday/tomorrow's birthday's list.
  191. ;
  192. Yesterday
  193. ;
  194. ; Tomorrow defines whether tomorrow's birthdays are included in the
  195. ; today/yesterday/tomorrow's birthday's list.
  196. ;
  197. Tomorrow
  198. ;
  199. ; Years defines whether years are included in the monthly and full lists.
  200. ;
  201. ;Years
  202. ;
  203. ; Month_names defines whether to use month names or not in the monthly and
  204. ; full lists. If not present, month numbers will be used.
  205. ;
  206. Month_names
  207. ;
  208. ; Multinode defines whether your system is multinode/multitasking. If you run
  209. ; two nodes or would like RABIRTH to run while you are reading/tossing mail or
  210. ; a user is online, then define Multinode.
  211. ;
  212. ;Multinode
  213. ;
  214. ; Header_Handles defines whether RABIRTH should address messages to a user's
  215. ; handles (if this keyword is present) or real names (if not present).
  216. ; Note: if Header_Handles is not defined, the MsgName keyword will still work.
  217. ;
  218. ;Header_Handles
  219. ;
  220. ; List_Handles defines whether RABIRTH should use handles in the three screens.
  221. ;
  222. ;List_Handles
  223. ;
  224. ; Private defines whether messages posted to users should be marked private.
  225. ; If present, messages will be marked private.
  226. ;
  227. Private
  228. ;
  229. ; Report defines whether RABIRTH should output, on the sysop's console, the
  230. ; today/yesterday/tomorrow report, ie:
  231. ;
  232. ;       ■ 1 user(s) have birthdays today
  233. ;       ■ 2 user(s) have birthdays tomorrow
  234. ;       ■ 0 user(s) had  birthdays yesterday
  235. ;
  236. ;Report
  237. ;
  238. ; User birthday section
  239. ;
  240. ; Birthday defines non-BBS users who you'd like to say happy birthday to
  241. ; via Fidonet-type (MAIL) or Internet-type (UUCP) mail.
  242. ;
  243. ;         User_name            Date (mm-dd-yy)   Type   Address
  244. Birthday  Hamish_Moffatt       12-15-76          MAIL   3:635/552
  245. ;Birthday Hamish_Moffatt       12-15-76          UUCP   hamish@cloud.apana.org.au
  246. ;
  247. ; (If you let your RABIRTH send me a Happy Birthday message, I'll be really
  248. ;  happy... :-)
  249. ;
  250. ; End of configuration file. If you're still here, good work!
  251. ;
  252.